home *** CD-ROM | disk | FTP | other *** search
/ Aminet 52 / Aminet 52 (2002)(GTI - Schatztruhe)[!][Dec 2002].iso / Aminet / dev / gg / bing-1.1.3.readme < prev    next >
Text File  |  2002-10-13  |  4KB  |  119 lines

  1. Short:    Bing v1.1.3 - network data measurement tool
  2. Author:   fgouget@club-internet.fr
  3. Type:     dev/gg
  4. Uploaded: louise@louise.amiga.hu (LouiSe)
  5. Url:      http://www.mygale.org/~fgouget/apps/index_uk.shtml
  6.  
  7. Ported by LouiSe
  8.  
  9. more info and other AMIGA ports at:
  10. http://louise.amiga.hu
  11.  
  12. -----------------------------------------
  13.             
  14. Bing 1.1.3
  15.  
  16.  
  17. Table of Contents
  18. -----------------
  19.  
  20. 1. About this release ?
  21. 2. Where to get it ?
  22. 3. Why would you want to use this release of bing ?
  23. 4. What's new ?
  24. 5. Who should you report bugs to ?
  25.  
  26. 1. About this release ?
  27. -----------------------
  28.  
  29.    This is an unofficial bing release. I ported bing to the Win32 
  30. platform and made changes so that the same code could be compiled 
  31. on Unix and on Win32. I reported the changes to Pierre and he 
  32. found them acceptable. He made some more changes that were 
  33. integrated back into this version. But right now he does not have 
  34. the time to make an official bing release.
  35.    This is why decided to get this version out (with his agreement). 
  36. So here unofficial means that the source code versioning is not done 
  37. by Pierre and that it is probably better if you bother me rather than
  38. Pierre if you have problems (see point 4). Also I have modified the 
  39. Readme.txt file and the documentation, so assume Pierre is 
  40. responsible for the good things and I'm responsible for the bad 
  41. ones !
  42.    As for versioning we agreed to use a scheme similar to that of the 
  43. Linux kernel: x.y.z
  44.     x is the major version number, actually 1
  45.     z is the fix/patch/iteration level
  46.     y is the minor version. If even then the release is "stable",
  47.       if odd it is unstable. So the last stable release is 1.0.4
  48.       and the current one is 1.1.2.
  49.    1.1.2 also means that with this release can be heavily patched/
  50.    modified/enhanced. So if you want to hack the source don't 
  51.    hesitate. When the time comes there will be a new version: 1.2.0 
  52.    or 2.0.0 depending on the amount of changes.
  53.  
  54.  
  55. 2. Where to get it ?
  56. --------------------
  57.  
  58.    Currently it's only available on my Web site:
  59.     http://www.mygale.org/~fgouget/apps/index_uk.shtml
  60.    If you have problems getting it, send me an email at:
  61.     fgouget@club-internet.fr
  62.  
  63.  
  64. 3. Why would you want to use this release of bing ?
  65. --------------------------------------------------
  66.  
  67.  - Because you're using Windows and this is the only release of 
  68.    bing for Win32 platforms to my knowledge.
  69.  - Because you want to make sure that this release of bing still 
  70.    compiles on your platform. This has to be checked because of the 
  71.    "cleanup" that have been made to the code. It no longer uses the
  72.    "sysdep.h" file for instance.
  73.  - Because you want to modify bing. In that case it's better to 
  74.    modify this code because it will avoid having two diverging 
  75.    versions. Too late ??!! Ooops.
  76.  - Because you want to check that this release of bing did not 
  77.    introduce bugs (especially security bugs) in the Unix version.
  78.    This is very kind of you and I'll appreciate bug reports very 
  79.    much.
  80.  
  81.  
  82. 4. What's new ?
  83. ---------------
  84.  
  85. Release 1.1.3:
  86.  
  87.  - The RTT measurement on Win32 is now on a par with that of Unix, i.e.
  88.    the precision is in the order of 10 microseconds.
  89.  - bing has been made more portable. You should have fewer problems 
  90.    compiling bing 1.1.3 on your platform.
  91.  - bing now displays Mbps or Kbps as most sensible.
  92.  
  93.  
  94. Release 1.1.2:
  95.  
  96.  - All the icmp specific code has been put in the "mod_icmp" module.
  97.    The bing core accesses this code via the interface defined in 
  98.    "mod_icmp.h".
  99.  - The files layout has been modified to accomodate the Unix/Win32 
  100.    duality. This layout is not yet really satisfactory.
  101.  - The code has been "cleaned". The process if far from being 
  102.    finished yet (imho).
  103.  - Pierre added two options '-u' and 'f'
  104.  - bing now supports multiple hosts on the command line, not only two.
  105.  - Also read the ChangeLog.
  106.  
  107.  
  108. For more details, see the ChangeLog file.
  109.  
  110. 5. Who should you report bugs to ?
  111. ----------------------------------
  112.  
  113.    The best place to start with is still the bing user list. 
  114.    Otherwise it is better if you bug me rather than Pierre since 
  115.    after all I took the responsibility for getting this release out.
  116.  
  117.    So to contact me, send mail to:
  118.     fgouget@club-internet.fr
  119.